home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / docs / help / adosguide.lha / ADOS Guide / ADOS commands / Ask < prev    next >
Encoding:
Text File  |  1997-10-21  |  550 b   |  38 lines

  1.                           --AMIGADOS GUIDE V2.0--
  2.                                     ASK
  3.  
  4.  
  5.    USE:
  6.    When executing a script file it may be necessary to acquire additional
  7.    information from the user.  By using command you can do just this task.
  8.  
  9.  
  10.    PATH:
  11.    Internal
  12.  
  13.    SYSTEM:
  14.    2.0, 2.1, 3.0
  15.  
  16.    EXAMPLES:
  17.     ECHO "Do you want to delete all of the selected files?
  18.     ASK "Press Y or N"
  19.     IF WARN
  20.     ECHO "You pressed Y"
  21.     ELSE
  22.     ECHO "You pressed N"
  23.     ENDIF
  24.  
  25.    NOTES:
  26.    Ask can only be used as part of a script file.
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.